(reftex-label-menu-flags): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 10:11:48 +0000 (10:11 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 10:11:48 +0000 (10:11 +0000)
lisp/textmodes/reftex-vars.el

index f2c94336cff9d0707d7a1f93009ff8d2c11039fc..39e2ffc77c68b67ea2121539f71735b9a3e3f29f 100644 (file)
@@ -824,7 +824,7 @@ get one interactively during selection from the label menu."
     (choice :tag "Hide short context              " ,@reftex-tmp)
     (choice :tag "Follow context in other window  " ,@reftex-tmp)
     (choice :tag "Show commented labels           " ,@reftex-tmp)
-    (choice :tag "Obsolete flag,  Don't use.      " ,@reftex-tmp)
+    (choice :tag "Obsolete flag.  Don't use.      " ,@reftex-tmp)
     (choice :tag "Show begin/end of included files" ,@reftex-tmp)))
 
 (defcustom reftex-multiref-punctuation '((?, . ", ") (?- . "--") (?+ . " and "))